Auto merge of #4673 - pornel:bins, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 12 Nov 2017 10:43:15 +0000 (10:43 +0000)
committerbors <bors@rust-lang.org>
Sun, 12 Nov 2017 10:43:15 +0000 (10:43 +0000)
commit6463fc7ef06714360845ff5e2d43b91917fc60ee
tree01128365790db70883813901662c8c0af03e7b5a
parentb8e0b8f4aadbb20a72e2d102b21a6f39cd12ffe0
parent7aac2f9d16ccb386924cb4e77fd8523f4cbcf44a
Auto merge of #4673 - pornel:bins, r=alexcrichton

List available binary names

When a project has multiple executables `cargo run` fails, but offers an incomplete solution (suggests `--bin`, but not its arguments.)

This PR adds a list of available binary names to the error message.